/*******************************************************************

This chunk is to fix Bootstrap so that the Markdown output looks good

*******************************************************************/

body {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 150%;
}

xmp, textarea, md {
  display: none;
}

h1,h2,h3,h4 {
  margin: 15px 0;
}

pre {
  margin: 20px 0;
}

img {
  margin: 10px 0;
}

.navbar {
  z-index: 1;
}

.table {
  width: auto;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }

/* Tables */
table, th, td {
   border: 1px solid black;
}

th {
	text-align:center;
}

td {
	text-align:left;
	padding: 5px;
}

table.img {
  border: 0;
  padding:0;
  margin:0;
}

table.img td{
  padding: 0;
  text-align: center;
  border: 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  .no-print, .no-print * {
    display: none !important;
  }
}
